home *** CD-ROM | disk | FTP | other *** search
/ Asia X / Asia X.iso / pc / shared.dir / 00189.ls < prev    next >
Encoding:
Text File  |  1995-08-23  |  136 b   |  10 lines

  1. on exitFrame
  2.   songUpdate()
  3.   if the timer < (60 * 5) then
  4.     go(the frame)
  5.   else
  6.     startTimer()
  7.     go(the frame + 1)
  8.   end if
  9. end
  10.